RotationAlignment Enumeration

Represents how the edge of the text in a cell is aligned after a rotation.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum RotationAlignment

Members

Bottom0 Text is rotated and may overlap with other cells if the text is longer than the length of the cell.Borders and background are positioned parallel to the text, whereby the edge that is named by the attribute value aligns with the corresponding edge of the cell's original position.
Top1 Text is rotated and may overlap with other cells if the text is longer than the length of the cell.Borders and background are positioned parallel to the text, whereby the edge that is named by the attribute value aligns with the corresponding edge of the cell's original position.
Center2 Text is rotated and may overlap with other cells if the text is longer than the length of the cell.Borders and background are positioned parallel to the text, whereby the edge that is named by the attribute value aligns with the corresponding edge of the cell's original position.
None3 Text is rotated and aligned within the cell.Borders and background are unchanged.

See Also